home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
Komunik
/
Webscr
/
HTMLtool
/
_SETUP.1
/
Frame Buster.scp
< prev
next >
Wrap
Text File
|
1999-03-02
|
359b
|
10 lines
<HTMLtool>This scripts 'frees' your page from possible foreign frames</HTMLtool>
<!-- This scripts prevents other sites from showing your page in one of their frames. -->
<SCRIPT LANGUAGE="JavaScript">
setTimeout ("Change()", 3000);
function Change() {
if (self.parent.frames.length != 0)
self.parent.location=document.Location;
}
</SCRIPT>